home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00152.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  165 b   |  8 lines

  1. on exitFrame
  2.   repeat with i = 41 to 48
  3.     set the moveableSprite of sprite i to 1
  4.     set the constraint of sprite i to 50
  5.     puppetSprite(i, 1)
  6.   end repeat
  7. end
  8.